home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / pc / ganmac / eb.cst / 00110_Script_right script < prev    next >
Text File  |  1999-05-31  |  571b  |  21 lines

  1. on mouseDown
  2.   --  next pic
  3.   global name, cspname, getspchannel, gpiclist, gpictot
  4.   if the clickOn > 0 then
  5.     set name to the name of member (the member of sprite the clickon)
  6.     set rr to "r"& name
  7.     set the member of sprite the clickon to the number of member rr of castlib "eb.cst"
  8.     put the member of sprite the clickon
  9.     updateStage
  10.     set xx to the frameLabel
  11.     set yy to getPos(gpiclist, xx)
  12.     if yy < gpictot then
  13.       go to frame getAt(gpiclist, yy+1)
  14.     else
  15.       go to frame getAt(gpiclist,1)
  16.     end if
  17.   end if
  18.   
  19. end
  20.  
  21.